home *** CD-ROM | disk | FTP | other *** search
- btsearchbar3 {
- -moz-binding: url('btsearchbar3.xml#btsearchbar');
- }
-
- btsearchbar3 {
- -moz-box-pack: center;
- height: 20px;
- }
-
- btsearchbar3 textbox {
- -moz-appearance: none !important;
- background-image: url("resources/btsearchbar/search-left-bg.png") !important;
- background-repeat: no-repeat !important;
- background-position: center left !important;
- background-color: transparent !important;
- border: none !important;
- padding: 0px;
- padding-left: 10px !important;
- margin: 0px;
- height: 20px;
- }
-
- btsearchbar3 textbox > hbox {
- -moz-appearance: none !important;
- background-image: url("resources/btsearchbar/search-mid-bg.png") !important;
- background-repeat: repeat-x !important;
- background-position: center left !important;
- background-color: rgba(255,255,255,0.01) !important; /* win32 txt selection fix*/
- border: none;
- height: 20px;
- }
-
- btsearchbar3 button {
- -moz-appearance: none;
- background-color: transparent;
- border: none;
- padding: 0px !important;
- margin: 0px;
- width: 87px;
- min-height: 20px;
- }
-
- btsearchbar3 button > hbox {
- -moz-appearance: none;
- background-image: url("resources/btsearchbar/submit_btn_normal.png");
- background-repeat: no-repeat;
- background-position: center left;
- background-color: transparent;
- border: none;
- padding: 0px !important;
- margin: 0px;
- width: 87px;
- min-height: 20px;
- }
-
- btsearchbar3 button:hover > hbox {
- -moz-appearance: none;
- background-image: url("resources/btsearchbar/submit_btn_hover.png");
- background-repeat: no-repeat;
- background-color: transparent;
- border: none;
- width: 87px;
- min-height: 20px;
- }
-
- btsearchbar3 button:active > hbox,
- btsearchbar3 button:hover:active > hbox {
- -moz-appearance: none;
- background-image: url("resources/btsearchbar/submit_btn_active.png");
- background-repeat: no-repeat;
- background-color: transparent;
- border: none;
- width: 87px;
- min-height: 20px;
- }
-